您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. java面试笔试题大全

  2. 就业招聘面试笔试题大全 , please input: scanf : floating point formats not linked Abnormal program termination ! #include "stdio.h" #include "stdlib.h" main() { float *a; a = (float *)malloc(10*sizeof(float)); printf(" Please input: "); scanf(& quot;%f", &a\[0]
  3. 所属分类:Java

    • 发布日期:2009-05-30
    • 文件大小:479232
    • 提供者:bearxj
  1. c语言编写的万年历程序

  2. c语言万年历程序的编写#include #include char *s[12]={"January","Feburary","March","April","May","June","July","August","September","October",& quot;November","December"}; int leap(long n) {if(n%100!=0&&n%4==0||n%400==0) return 0; else return 1; ...展开收缩
  3. 所属分类:C

    • 发布日期:2009-06-06
    • 文件大小:1024
    • 提供者:ziyuelanzhu
  1. #include "stdio.h" /* 输入输出函数的头文件 */

  2. 发生的爱的 安达市大大 免费的桑拿房,上的发生的,能否,是发生了罚款是否 使得房价司法是否 是否适当方式的是按时打发似的发射的共同回顾房间号 好风光好多人 人啊打发打发的是官方的风格的
  3. 所属分类:专业指导

    • 发布日期:2009-12-27
    • 文件大小:182272
    • 提供者:smkdianzi
  1. 校园最短路径问题的求解

  2. #include #include #include #define INFINITY 10000 //最大值 #define MAX_V 30 //最大顶点个数 typedef struct{ char* vexs[MAX_V]; //顶点向量 int arcs[MAX_V][MAX_V];//邻接矩阵 int vexnum,arcnum;//图的当前顶点数和弧数 }MGraph; int have[30]; int CreateUDN(MGraph &G) {//采用数组(邻接矩阵)
  3. 所属分类:iOS

    • 发布日期:2010-06-21
    • 文件大小:43008
    • 提供者:duanjin2010
  1. C标准库函数(头文件索引)0分放送

  2. 一下是从pdf复制的全部内容,没有帐号的也可以看到,不过pdf中有相应的链接,使用方便一些而已,enjoy! C标准库 C标准库.........................................................................................................................................1 1 输入与输出 .....................................
  3. 所属分类:C

    • 发布日期:2010-11-07
    • 文件大小:293888
    • 提供者:wzwahl36
  1. c语言“hello world"描述

  2. c语言描/* HELLO.C -- Hello, world */ #include "stdio.h" #include "conio.h" main() { printf("Hello, world\n"); getch(); }
  3. 所属分类:C

    • 发布日期:2010-12-30
    • 文件大小:133
    • 提供者:coolboyqwy
  1. #include "graphics.h" #include "graphics.h"

  2. #include "graphics.h" #include "stdio.h" #include "dos.h" #include "conio.h" #include "bios.h" #include "stdlib.h" #include "math.h" #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif #define VK_LEFT 0x4b00 #define VK_RIGHT 0x4d
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:13312
    • 提供者:lzhtj1227
  1. #include "graphics.h" #include "graphics.h"

  2. #include "graphics.h" #include "stdio.h" #include "dos.h" #include "conio.h" #include "bios.h" #include "stdlib.h" #include "math.h" #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif #define VK_LEFT 0x4b00 #define VK_RIGHT 0x4d
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:15360
    • 提供者:lzhtj1227
  1. 先来先服务c语言的实现

  2. 操作系统中先来先服务的算法对应的c语言程序的实现,希望对大家有帮助
  3. 所属分类:Windows Server

    • 发布日期:2011-06-28
    • 文件大小:2048
    • 提供者:yonggandejiemao
  1. clock算法的源码

  2. #include"StdAfx.h" #include #include #include #define M 3 //内存物理块数 #define N 20 //虚拟内存尺寸
  3. 所属分类:Windows Server

    • 发布日期:2011-06-28
    • 文件大小:58368
    • 提供者:yonggandejiemao
  1. B树的C++源代码及测试代码

  2. 使用方法: #include #include #include "DataTypeForBtree h" #include "BTree h" struct tree data { char tid[37]; char tname[63]; unsigned int aid; unsigned int id; }; class CMyDataTypeForBtree : public CDataTypeForBtree { public: virt
  3. 所属分类:C++

    • 发布日期:2013-11-05
    • 文件大小:13312
    • 提供者:wzh_xwjh
  1. c语言链表示例

  2. #include #include #include #include struct Node { char name[20]; int score; struct Node next; }; 定义一个结构体 此结构体存储学生姓名 成绩以及指向该结构体的指针 typedef struct Node ListNode; ListNode CreateList int n ; 创建链表函数 返回创建的链表的头指针 void InsertList ListNode h int i char name
  3. 所属分类:C/C++

    • 发布日期:2014-02-02
    • 文件大小:3072
    • 提供者:u013588101
  1. 大作业任务说明

  2. #include #define STOP TIME 5 从开始停靠到开始运行时间为5s #define INTERVAL TIME 5 电梯正常运行一层的时间为5s #define MAXFLOOR 9 最大楼层为9 #define IDLE 1 定义表示状态的三个常量 #define RUN 2 #define STOP 3 #define UP 1 电梯运行方向 #define DOWN 1 #define NONE 0 int state IDLE; 初始化电梯状态为停靠状态 int
  3. 所属分类:C/C++

    • 发布日期:2014-05-11
    • 文件大小:1048576
    • 提供者:manord
  1. 100位内大数相减

  2. #include #include int main { int len1 len2 i j k t m; char str1[100] str2[100] str[100]; while scanf "%s %s" str1 str2 EOF { m 0; len1 strlen str1 ; len2 strlen str2 ; for i 0;i<len1;i++ str1[i] 48; for j 0;j<len2;j++ str2[j] 48; if
  3. 所属分类:C

    • 发布日期:2014-10-26
    • 文件大小:1024
    • 提供者:tiamotian
  1. 素数查找器

  2. 素数 cpp : Defines the entry point for the console application #include "stdafx h" #include #include void main { int i j; int x; cin>>x; for i 1;i< x;++i { for j 2;j 素数 cpp : Defines the entry point for the console application #inc
  3. 所属分类:C++

    • 发布日期:2014-11-13
    • 文件大小:217088
    • 提供者:jackye123
  1. c_数据结构_图的相关操作

  2. 数据结构中图的相关操作 C语言 #include #include #include #define MAXVEX 100 typedef char VertexType[3]; 定义VertexType为char数组类型 typedef struct vertex { int adjvex; 顶点编号 VertexType data; 顶点的信息 } VType; 顶点类型 typedef struct graph { int n e; n为实际顶点数 e为实际边数 VType vex
  3. 所属分类:其它

    • 发布日期:2015-01-09
    • 文件大小:6144
    • 提供者:qq_25181777
  1. 电子万年历系统

  2. #include #include #include int g MonthDays[13] {0 31 28 31 30 31 30 31 31 30 31 30 31}; 定义全局数组 函数声明 int LeapYear int n ; 判断闰年与否 int CountYearDays int year ; 计算从公元1 1到某年12 31一共多少天 int CountMonthDays int month ; 计算某年一月一日到12月31日的天数 void Menu void ; 输出系
  3. 所属分类:C/C++

    • 发布日期:2015-04-30
    • 文件大小:173056
    • 提供者:wyl_haohaoxuexi
  1. kechengsheji #include" "通讯录管理系统

  2. 用C语言编写 课程设计 简洁易操作 增添汉语 用支持汉语的编辑器运行例如win tc #include"stdio.h" #include"stdlib.h" .....case 1:.... case 2:.... case 3:....
  3. 所属分类:C

    • 发布日期:2008-12-24
    • 文件大小:13312
    • 提供者:zhaoshuang8858
  1. C#,C++源代码,供个人学习

  2. #include"stdio.h" void a(); void main() { a(); } void a() { int i,j,sum; for(i=1;i<10;i++) { for(j=1;j<=i;j++) { sum=i*j; printf("%d*%d=%d\t",j,i,sum); } printf("\n"); } }
  3. 所属分类:C++

    • 发布日期:2009-01-16
    • 文件大小:7168
    • 提供者:q137163819
  1. c++中#include &amp;lt;&amp;gt;与#include&quot;&quot;的区别详细解析

  2. 先去系统目录中找头文件,如果没有在到当前目录下找。所以像标准的头文件 stdio.h、stdlib.h等用这个方法
  3. 所属分类:其它

    • 发布日期:2020-09-04
    • 文件大小:24576
    • 提供者:weixin_38709379
« 12 3 »